Autogenerated HTML docs for v2.40.0-115-ge25ca
diff --git a/git-bundle.html b/git-bundle.html index 21ebd6c..2c870b9 100644 --- a/git-bundle.html +++ b/git-bundle.html
@@ -749,7 +749,7 @@ <h2 id="_synopsis">SYNOPSIS</h2> <div class="sectionbody"> <div class="verseblock"> -<pre class="content"><em>git bundle</em> create [-q | --quiet | --progress | --all-progress] [--all-progress-implied] +<pre class="content"><em>git bundle</em> create [-q | --quiet | --progress] [--version=<version>] <file> <git-rev-list-args> <em>git bundle</em> verify [-q | --quiet] <file> <em>git bundle</em> list-heads <file> [<refname>…] @@ -809,7 +809,7 @@ Used to create a bundle named <em>file</em>. This requires the <em><git-rev-list-args></em> arguments to define the bundle contents. <em>options</em> contains the options specific to the <em>git bundle create</em> - subcommand. + subcommand. If <em>file</em> is <code>-</code>, the bundle is written to stdout. </p> </dd> <dt class="hdlist1"> @@ -825,7 +825,8 @@ Finally, information about additional capabilities, such as "object filter", is printed. See "Capabilities" in <a href="gitformat-bundle.html">gitformat-bundle(5)</a> for more information. The exit code is zero for success, but will - be nonzero if the bundle file is invalid. + be nonzero if the bundle file is invalid. If <em>file</em> is <code>-</code>, the + bundle is read from stdin. </p> </dd> <dt class="hdlist1"> @@ -835,7 +836,7 @@ <p> Lists the references defined in the bundle. If followed by a list of references, only references matching those given are - printed out. + printed out. If <em>file</em> is <code>-</code>, the bundle is read from stdin. </p> </dd> <dt class="hdlist1"> @@ -848,6 +849,7 @@ defined references. If a list of references is given, only references matching those in the list are printed. This command is really plumbing, intended to be called only by <em>git fetch</em>. + If <em>file</em> is <code>-</code>, the bundle is read from stdin. </p> </dd> <dt class="hdlist1"> @@ -889,32 +891,6 @@ </p> </dd> <dt class="hdlist1"> ---all-progress -</dt> -<dd> -<p> - When --stdout is specified then progress report is - displayed during the object count and compression phases - but inhibited during the write-out phase. The reason is - that in some cases the output stream is directly linked - to another command which may wish to display progress - status of its own as it processes incoming pack data. - This flag is like --progress except that it forces progress - report for the write-out phase as well even if --stdout is - used. -</p> -</dd> -<dt class="hdlist1"> ---all-progress-implied -</dt> -<dd> -<p> - This is used to imply --all-progress whenever progress display - is activated. Unlike --all-progress this flag doesn’t actually - force any progress display by itself. -</p> -</dd> -<dt class="hdlist1"> --version=<version> </dt> <dd> @@ -1128,7 +1104,7 @@ <div id="footer"> <div id="footer-text"> Last updated - 2022-09-15 16:31:06 PDT + 2023-03-19 15:16:41 PDT </div> </div> </body>